home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1990 / Feb 90 / MacApp.Tech$ 2⁄2⁄90 / 0559-'mntb' resource desc-Jan90 < prev    next >
Encoding:
Text File  |  1991-03-06  |  1.2 KB  |  58 lines  |  [TEXT/GEOL]

  1. Item    7399625                         27-Jan-90        11:18
  2.  
  3. From:   MADA.EUROPE                     MacApp Dev Assoc Eur,E Carrasco,IDV
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    'mntb' resource description.
  8.  
  9. Attn:  MacAppers'
  10.        ⁄ MacApp.Tech$
  11.  
  12. From:  Eric Carrasco
  13.        MADA Europe
  14.        2, allée des Acacias
  15.        F-95130 Le Plessis Bouchard
  16.        France
  17.        ⁄ MADA.Europe
  18.  
  19. Sub:   'mntb' resource description.
  20.  
  21.  
  22. Hi all,
  23. Here is a description of mntb resources.
  24. A bundle, including a 'TMPL' for ResEdit is posted in "MADA Europe Folder".
  25.  
  26. ------------
  27. #  'mntb' resource description for Rez (you can add this to "MacAppTypes.r"
  28. File).
  29. #  Remember: 'mntb' resources are generated by PostRez and contain a description
  30. of
  31. #  MacApp command numbers associated with menu items.
  32. #  Caution: Internal format of 'mntb' may be changed in the futur.
  33.  
  34.  
  35. /*----------------------------mntb • menu command
  36. table------------------------------------------*/
  37. type 'mntb' {
  38.    array {
  39.    integer // Command number
  40.    integer;// Menu ID
  41.    integer;// Item number
  42.    };
  43. };
  44.  
  45. /*
  46.    See also "PostRez.p" source code:
  47.    tableRec= RECORD
  48.    cmd:integer;
  49.    menu:   integer;
  50.    item:   integer;
  51.    END;
  52. */
  53.  
  54. Best Regards,
  55.  
  56. .Eric
  57.  
  58.